func go/types.typeString

5 uses

	go/types (current package)
		errors.go#L101: 			arg = typeString(a, qf, debug)
		errors.go#L109: 				buf.WriteString(typeString(x, qf, debug))
		errors.go#L120: 				buf.WriteString(typeString(x, qf, debug)) // use typeString so we get subscripts when debugging
		typestring.go#L50: 	return typeString(typ, qf, false)
		typestring.go#L53: func typeString(typ Type, qf Qualifier, debug bool) string {